Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: PickHybProbeOnly() task in prymer #50

Closed
wants to merge 1 commit into from

Conversation

emmcauley
Copy link
Collaborator

@emmcauley emmcauley commented Sep 25, 2024

Closes #11.

Context

We want to be able to design internal probes as part of prymer. This PR adds PickHybProbeOnly as a Primer3Task.

Overall, this PR is based off main and highlights mostly code moving and renaming. This PR also adds some simple dataclasses:

  1. Adds ProbeParameters() for probe design parameters
  2. Adds ProbeWeights() for penalties associated with probe params
  3. Updates existing tests

More tests are required and I intend to add them in a follow-up commit. Additionally, for Primer3 to serve thermodynamic scores for primer design tasks, the thermodynamic parameters and weights need to be added to ProbeParameters() and ProbeWeights() (this will be in a future commit).

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.37%. Comparing base (70f6840) to head (b2a658c).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #50   +/-   ##
=======================================
  Coverage   97.37%   97.37%           
=======================================
  Files          25       25           
  Lines        1597     1597           
  Branches      302      302           
=======================================
  Hits         1555     1555           
  Misses         23       23           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emmcauley emmcauley changed the title feature branch feat: PickHybProbeOnly() task in prymer Sep 25, 2024
@emmcauley
Copy link
Collaborator Author

Closing in favor of a revised #51

@emmcauley emmcauley closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add pick_hyb_probe_only Primer3Task
1 participant